From: Kim F. Storm Date: Wed, 14 Feb 2007 11:32:36 +0000 (+0000) Subject: Add make-glyph-code etc. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~30407 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b591e71788932cc695488d97c815538f0cb964fe;p=emacs.git Add make-glyph-code etc. --- diff --git a/etc/NEWS b/etc/NEWS index 98814ba2593..76577697fca 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3869,6 +3869,15 @@ handle these events. ** A hex or octal escape in a string constant forces the string to be multibyte or unibyte, respectively. ++++ +** The explicit method of creating a display table element by +combining a face number and a character code into a numeric +glyph code is deprecated. + +Instead, the new functions `make-glyph-code', `glyph-char', and +`glyph-face' must be used to create and decode glyph codes in +display tables. + * Lisp Changes in Emacs 22.1